SftTree/NET 2.0

SetSortStatus Method, FootersClass Class

Softel vdm, Inc.

Sets the sorting indicator of all footer cells to the specified value.

Syntax      FootersClass Class (Softelvdm.SftTreeNET)

VB   

Public Sub SetSortStatus( ByVal status As SortStatusEnum )

C#   

public void SetSortStatus( SortStatusEnum status );

C++   

public: void SetSortStatus( SortStatusEnum status );

status

The sorting indicator status.

SortStatusEnum

Value

Description

NotSorted

0

The sorting indicator is not shown.

Ascending

1

The ascending sorting indicator is shown.

Descending

2

The descending sorting indicator is shown.

Comments

The SetSortStatus method sets the sorting indicator of all footer cells to the specified value.

A cell's sorting indicator can also be changed individually using the CellBaseClass.SortStatus property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com